home *** CD-ROM | disk | FTP | other *** search
- Q30563 No Error Generated with Function Returning Undefined Struct
- C Compiler
- 5.10
- MS-DOS
-
- Summary:
- The following program defines functions that return structures
- that have not been defined, yet the compiler does not generate any
- error messages.
-
- /* Code starts here */
- struct bar1 foo1();
- struct bar1 foo1() { };
- struct bar2 foo2();
- struct bar3 foo3() { };
-
- More Information:
- Microsoft has confirmed this to be a problem in Version 5.10
- of the C compiler.
- Microsoft is researching this problem and will post new information
- as it becomes available.
-
-
-
- Keywords: buglist5.10
- Updated 88/07/21 03:19
-